home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 1648 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: erinews.ericsson.se!usenet
  2. From: etxzayl@cate1.ericsson.se (Johan Zeylon IN/SA/BIB)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: SCSI question #4376:-}
  5. Date: 18 Jan 1996 20:04:04 GMT
  6. Organization: Ericsson Telecom AB
  7. Message-ID: <4dm93k$9t8@erinews.ericsson.se>
  8. References: <4dk5r2$5l4@ansel.intersource.com>
  9. Reply-To: etxzayl@cate1.ericsson.se
  10. NNTP-Posting-Host: dill.ericsson.se
  11.  
  12. In article 5l4@ansel.intersource.com, rhays@ansel.intersource.com (Rob Hays) writes:
  13. >I have an A3000 to which I have added a Syquest 105 drive internally in 
  14. >the spot intended for the second floppy drive. When I boot, if there 
  15. >is no cartridge in the Syquest, the system waits approx 30 seconds before 
  16. >booting from the boot partition of the internal hard drive.
  17. >
  18. >The SCSI id of the Syquest was 0 and the internal hd was 6. If a 
  19. >cartridge is in the Syquest, the system boots normally from the hd.
  20. >
  21. >I recently changed the hd for a new unit, and at the same time set the 
  22. >new hd id to 0 and the Syquest id to 6 thinking that this would cure the 
  23. >above behavior, but it didn't. Exactly the same thing happens on a boot. 
  24. >I've tried various boot priority values for the boot partition on the hd, 
  25. >but no change.
  26. >
  27. >This happens both on cold and warm boots.
  28. >
  29. >Any ideas?
  30. >
  31. >Thanks,
  32. >
  33. >Rob Hays
  34. >
  35.  
  36. You were thinkng in the right way when you changed the ID's.
  37. But you have to do a couple of more things.
  38. 1. Get "RDBflags" ,"SCSIprefs" and "SCSImounter" from AmiNet.
  39. 2: Use SCSIprefs to change the timeout value for the controller to the
  40.    short one. Also clear the flag "support multiple LUN's" if you dant have any
  41.    devices that use multiple LUN's. This is usually true if you don't have a
  42.    CD-changer. This will speed up the scan at powerup when all addresses on
  43.    the SCSI bus are scanned. But it might not work if you have HD's that spin
  44.    up very slowly. In that case, use long timeout. This is the case if the machine
  45.    only boots OK at a warm boot. i.e. Reset.
  46. 3. Use RDBflags to set "LASTDISK" and "LASTTARGET" on your last HD.
  47.    This will tell the Amiga to skip all other drives and boot immediately.
  48.    HDToolbox doesn't know the difference between different types of SCSI
  49.    devices. If only have HD's or if a HD has the last address, HDToolbox will
  50.    set LASTDISK and LASTTARGET on it. But if the last unit is a CD-ROM for
  51.    instance, HDToolbox will try to write these flags to it and fail and not
  52.    give you any error messages. The Amiga will then scan the entire bus the
  53.    next time you boot it, this will in the worst case cause a delay of 30 secs.
  54. 4. Add SCSImounter early in your startup-sequence.
  55.    This will mount your Syquest. Since the Syquest isn't automounted because
  56.    of the the flags on the HD.
  57.  
  58. This method is useful when you have anything with removable media on your
  59. SCSI bus. Like ZIP, Syquest, CD-ROM, Tape drive and so on.
  60.  
  61. For instance, my bus looks like this: (I don't need SCSImounter)
  62. Addr.   Unit. 
  63. 0       1.08Gb HD              
  64. 1       240Mb HD
  65. 2       I had a 210Mb HD here until recently.
  66. 3       52Mb HD <--- LASTDISK/LASTTARGET
  67. 4       CD-ROM
  68. 5       QIC-250 Tape drive
  69.  
  70. OR:
  71.   (I haven't tried this, but it might be a better solution in your case)
  72.   Syquest at id 0, HD at id 1.
  73.   LASTDISK/LASTTARGET on HD.
  74.   No multiple LUN support.
  75.   Short SCSI bus timeout.
  76.   No SCSImounter in startup-sequence.
  77.  
  78. I don't know if the Syquest will be automounted if it hasn't any media in it.
  79. Try it out. You can't break anything.
  80.  
  81. Regards/ Johan
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.